CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - average filter

搜索资源列表

  1. ImageProcessing.rar

    0下载:
  2. 用matlab编写界面,实现直方图均衡化、平均滤波、梯度滤波、Laplacian滤波、Kirsch滤波、Sobel滤波、Prewitt滤波、高频提升等多种功能,Matlab prepared to use interface, the realization of histogram equalization, the average filter, Gradient filter, Laplacian filter, Kirsch filter, Sobel filter, Prewitt f
  3. 所属分类:Special Effects

    • 发布日期:2017-03-26
    • 文件大小:226620
    • 提供者:程璞
  1. vcPP-average-filter

    0下载:
  2. VC++ 均值滤波 图像处理 简单的一个程序借鉴下-VC++ average filter image processing
  3. 所属分类:Special Effects

    • 发布日期:2017-03-24
    • 文件大小:127472
    • 提供者:凌姗
  1. filter

    0下载:
  2. 1. 用imoise()函数给一幅数字图像加入’salt & pepper’和’Gaussian’噪声2)用3x3,5x5邻域平均平滑对图像进行处理3)用3x3,5x5中值滤波对图像进行处理, 2. 对一幅数字图像采用理想低通、Butterworth低通 、Gaussian低通滤波器进行平滑;对一幅数字图像采用理想高通、Butterworth高通 、Gaussian高通滤波器进行平滑。-1. With imoise () function to a digital image by a
  3. 所属分类:Special Effects

    • 发布日期:2017-03-25
    • 文件大小:2013
    • 提供者:toilet
  1. DigitalFilterCprogram

    0下载:
  2. 在许多的数据采集系统中,现场的强电设备较多,不可避免 地会产生尖脉冲干扰,这种干扰一般持续时间短,峰值大,对这样 的数据进行数字滤波处理时,仅仅采用算术平均或移动平均滤波 时,尽管对脉冲干扰进行了1/n的处理,但,其剩余值仍然较大。 这种场合最好的策略是:将被认为是受干扰的信号数据去掉,这 就是防脉冲干扰平均值滤波法的原理。-In many data acquisition system, the strong electrical equipment at the
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-04-03
    • 文件大小:4316
    • 提供者:倪晨
  1. linear

    1下载:
  2. - 1、限幅滤波法(又称程序判断滤波法) 2、中位值滤波法 3、算术平均滤波法 4、递推平均滤波法(又称滑动平均滤波法) 5、中位值平均滤波法(又称防脉冲干扰平均滤波法) 6、限幅平均滤波法 7、一阶滞后滤波法 8、加权递推平均滤波法 9、消抖滤波法 10、限幅消抖滤波法 -- 1, limiting filtering method (also known as filtering method to determine the procedure) 2, the median filteri
  3. 所属分类:Special Effects

    • 发布日期:2017-04-04
    • 文件大小:1668
    • 提供者:張治國
  1. ImageProcessing

    0下载:
  2. 大概包括:左右、上下、中心对称,中值滤波,平移、裁剪、二值处理、膨胀、腐蚀、提取边界、缩放、旋转(中心保持不变和中心随旋转变化)、加权平均滤波(里面将四邻域、八邻域、laplace、sobel算子定义为数组并调用)。-Perhaps include: around from top to bottom, the center symmetry, median filter, pan, cutting, deal with two values, expansion, corrosion, ext
  3. 所属分类:Special Effects

    • 发布日期:2017-06-17
    • 文件大小:26996035
    • 提供者:王敬
  1. average

    0下载:
  2. Image Processing toolbox - Average filter-Image Processing toolbox- Average filter
  3. 所属分类:matlab

    • 发布日期:2017-04-12
    • 文件大小:555
    • 提供者:linker
  1. image

    0下载:
  2. 该程序描述了用不同窗口的邻域平均滤波,来实现对含噪声图像的去噪处理,效果很好!-Descr iption of the program window with different neighborhood average filter, to achieve denoising images with noise to deal with, very good!
  3. 所属分类:Special Effects

    • 发布日期:2017-03-31
    • 文件大小:49794
    • 提供者:lejing
  1. MovingAverageFilter

    1下载:
  2. This zip file contains the moving average filter code written in verilog HDL
  3. 所属分类:VHDL编程

    • 发布日期:2013-05-27
    • 文件大小:1148361
    • 提供者:Jagan
  1. FIRlvboqi

    0下载:
  2. FIR 滤波器也称为有限冲击响应滤波器,它用当前和过去输入样值的加权和来形成它的输出, 如下所的前馈差分方程所描述的。 FIR 滤波器又称为移动均值滤波器, 因为任何时间点的输出均依赖于包含有最新的 M个输入样值的一个窗。由于它的响应只依赖于有限个输入, FIR 滤波器对一个离散事件冲激有一个有限长非零响应, 即一个 M阶 FIR 滤波器对一个冲激的响应在 M个时钟周期之后为零。 -FIR filter, also known as finite impulse response
  3. 所属分类:Project Design

    • 发布日期:2017-04-10
    • 文件大小:1266893
    • 提供者:刘奋皇
  1. SpatialFrequencyDomainImageEnhancement

    0下载:
  2. 灰度变换增强程序 1.灰度变换增强程序 2.直方图灰度变换 3.直方图均衡化程序举例 4.直方图规定化程序举例 1.线性平滑滤波 2.中值滤波器 3. 4邻域8邻域平均滤波算法 1.低通滤波器 2.布特沃斯低通滤波器图像实例-Enhanced gray-scale transformation procedure 1. Enhanced gray-scale transformation procedure 2. Histogram gray-sc
  3. 所属分类:Graph program

    • 发布日期:2017-03-28
    • 文件大小:291929
    • 提供者:liu
  1. data_avg

    0下载:
  2. averaging filter moving average filter
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:340217
    • 提供者:surajit
  1. Digital_image_processing

    0下载:
  2. 1.median_filter (功能:使用中值濾波器去除雜訊) 2.mean_filter (功能:使用平均濾波器去除雜訊) 3.fl_stein (功能:使用誤差擴散法,將影像量化和混色) 4.Central_limit (功能:畫圖並證明中央極限定理) -1.median_filter (function: use median filter to remove noise) 2.mean_filter (funct
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:2160
    • 提供者:timtsai
  1. moving

    0下载:
  2. moving average filter matlab implementation
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:13957
    • 提供者:ali
  1. LABEX2

    0下载:
  2. Program P2_1 Simulation of an M-point Moving Average Filter Program P2_2 Generate a sinusoidal input signal Program P2_3 Generate the input sequences
  3. 所属分类:matlab

    • 发布日期:2017-04-04
    • 文件大小:1247
    • 提供者:raha
  1. average-filter

    0下载:
  2. this file include average filter that is one of a filters for remove noise in image processing
  3. 所属分类:matlab

    • 发布日期:2017-03-31
    • 文件大小:8306
    • 提供者:parham
  1. average-filter

    0下载:
  2. AVERAGE FILTER s operates o-AVERAGE FILTER s operates o
  3. 所属分类:matlab

    • 发布日期:2017-04-02
    • 文件大小:33569
    • 提供者:naveenlazarus
  1. Kalman--with-sliding-average-filter

    0下载:
  2. 卡尔曼滤波同滑动平均法滤波的比较 附波形图-Kalman filter with a sliding average filter with waveforms
  3. 所属分类:matlab

    • 发布日期:2017-03-27
    • 文件大小:40705
    • 提供者:刘建
  1. Moving-Average-Filter

    0下载:
  2. Moving average filter used on ECG signals. MA(3), MA(10) and a comparison of the two included.
  3. 所属分类:matlab

    • 发布日期:2017-04-17
    • 文件大小:290993
    • 提供者:sndn_shr
  1. AvgFilter

    0下载:
  2. Average filter matlab code and examples
  3. 所属分类:matlab例程

    • 发布日期:2018-01-03
    • 文件大小:1024
    • 提供者:ddolddolee
« 12 3 4 5 6 7 8 9 10 ... 16 »
搜珍网 www.dssz.com